-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Handling plural translations #30645
Conversation
🦋 Changeset detectedLatest commit: 65e4e5b The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #30645 +/- ##
===========================================
+ Coverage 49.55% 49.58% +0.02%
===========================================
Files 3307 3311 +4
Lines 81426 81472 +46
Branches 16699 16707 +8
===========================================
+ Hits 40349 40394 +45
+ Misses 36383 36380 -3
- Partials 4694 4698 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
This reverts commit d2dd116.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not to use the own i18next pluralization handling? https://www.i18next.com/translation-function/plurals
6bef693
to
be1718b
Compare
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
TC-993